home *** CD-ROM | disk | FTP | other *** search
- Well, here are a few math solvers for you to use:
-
- 1. LEASTSQR.EXE: A least squares criterion curve fitting program.
- 2. MATRIXGJ.EXE: A Gauss-Jordan Elimination Matrix Solver.
- 3. MATRIXGS.EXE: A Gauss-Siedel Iterative Method to solve a matrix.
- 4. ROMBERG.BAS: A Romberg numerical integration program.
-
- A few notes are in order, first of all, the above programs are offered
- for your use free of charge BUT they are copyrighted and NOT to be used
- for your own profit (i.e. not to be used to make any sort of profit in any way)
- without prior written permission. Please do NOT remove the copyright notices.
- Secondly, the romberg integration program works pretty well, but since you
- must input the function to be integrated into the code, it remains a BASIC
- program and thus takes alot of time if you wish to have a precise convergence.
- You can always compile it if you are using a huge function to save time.
-
- NOTE: THESE PROGRAMS ARE FURNISHED AS-IS AND NO GUARANTEE'S CAN BE MADE TO
- THEIR SUITABILITY TO YOUR PROBLEMS, ETC.
-
- I hope you enjoy these programs and that they come in handy in solving
- your problems. I have checked all of the programs pretty thoroughly, but
- as you know, bugs can hide for a long time. If you run into problems or
- have any comments, please write me at the following address:
-
- Joe Cusimano
- P.O. Box 2622
- Norman, OK 73070
-
- Have Fun!